-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiography.sql
More file actions
74 lines (60 loc) · 5.95 KB
/
biography.sql
File metadata and controls
74 lines (60 loc) · 5.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
-- phpMyAdmin SQL Dump
-- version 5.1.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Erstellungszeit: 30. Aug 2025 um 11:30
-- Server-Version: 10.3.36-MariaDB
-- PHP-Version: 7.4.32
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Datenbank: `jessejay`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `biography`
--
DROP TABLE IF EXISTS `biography`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `biography` (
`index` smallint(6) NOT NULL AUTO_INCREMENT,
`german` text NOT NULL,
`english` text NOT NULL,
PRIMARY KEY (`index`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Daten für Tabelle `biography`
--
LOCK TABLES `biography` WRITE;
/*!40000 ALTER TABLE `biography` DISABLE KEYS */;
INSERT INTO `biography` VALUES (1,'<font size=\"15\"><b>DJ JESSE JAY</b></font>%09%09DJ since 1997<br><br><br><br><b>Style:</b> funky-groovy-progressive beats, prog.-deep-tech and minimalhouse,\"minimal-maximalelectrotrance\"<br><br>Do you know the feeling „DJ..DJ...all your sound seems the same to me"?\r\nBeing suddenly taken into a round, remarkably awakening of passion, our party passion, soul carrying voyages, heart space creating horizons and feeling music/sexy! fantasies arise got, seldom since quite a while.\r\nThat is how Jesse loves to feel when giving himself to the music and this is how he passes on his sound and emotions to the crowd, embracing with his radical sensitiveness.\r\nJesse grew up in his contagious party senses at the individuality-reigning, going mad and „we are family" philosophical, legendary Clubs like Aera, Labyrinth, SpiderGalaxy, Take A Dance, Hermetschloo and Dachkantine.\r\nAt Radio Lora he plays each two weeks since 15 years at Galaxy Space Nights 6 hours long, deep-tender holidays of the mind with his timeless, surprising choice of pearl-tracks, heartful and at the same time porno stories, seamlessly woben with his distinctive DJ\'s skills. He gives the same dimension of importance to play at the beginning, as a main act or the outro since 1997. A loyal Vinyl Lover, equally pleasuring with the CDJ.\r\nDo you know the feeling of an unconditional, passionate music trip, too?\r\n\r\nwww.facebook.com/DjJesseJay\r\n\r\nwww.lora.ch/sendungen/alle-send…ngen/67?list=Galaxy Space Night\r\n<br><br><b>Radio: </b><font color=\"#0000ff\"><a href=\"http://www.123galaxy.ch\" target=\"_blank\">Galaxy Space Night</a></font><br>Dieser Name steht seit über 10 Jahren für elektronische Musik auf den Lokalradiosendern Radio LoRa in Zürich, Radio Stadtfilter in Winterthur und Radio RaBe in Bern.Jeden Samstagabend auf Radio RaBe und jeden zweiten aus dem Studio in Winterthurpräsentiert euch die GSN Crew das Neuste von und aus der elektronischen Klangwelt.\r\nUnd jeden zweiten Donnerstagabend zur Geisterstunde, melde ich mich aus Zürich auf der Frequenz von Radio LoRa.\r\nGalaxy Space Night gehört gehört...','<font size=\"15\"><b>DJ JESSE JAY</b></font>%09%09dj since 1997<br><br><br><br><b>style:</b> funky-groovy-progressive beats, prog.-deep-tech and minimalhouse,\"minimal-maximalelectrotrance\"<br>\r\nDo you know the feeling „DJ..DJ...all your sound seems the same to me"?\r\nBeing suddenly taken into a round, remarkably awakening of passion, our party passion, soul carrying voyages, heart space creating horizons and feeling music/sexy! fantasies arise got, seldom since quite a while.\r\nThat is how Jesse loves to feel when giving himself to the music and this is how he passes on his sound and emotions to the crowd, embracing with his radical sensitiveness.\r\nJesse grew up in his contagious party senses at the individuality-reigning, going mad and „we are family" philosophical, legendary Clubs like Aera, Labyrinth, SpiderGalaxy, Take A Dance, Hermetschloo and Dachkantine.\r\nAt Radio Lora he plays each two weeks since 15 years at Galaxy Space Nights 6 hours long, deep-tender holidays of the mind with his timeless, surprising choice of pearl-tracks, heartful and at the same time porno stories, seamlessly woben with his distinctive DJ\'s skills. He gives the same dimension of importance to play at the beginning, as a main act or the outro since 1997. A loyal Vinyl Lover, equally pleasuring with the CDJ.\r\nDo you know the feeling of an unconditional, passionate music trip, too?\r\n\r\nwww.facebook.com/DjJesseJay\r\n\r\nwww.lora.ch/sendungen/alle-send…ngen/67?list=Galaxy Space Night\r\nGalaxy Space Night\r\nIn the year 2000, after a friend from work intraduced me to Galaxy Space Night, a radio show for Electronic Music at Radio RaBe (Bern) I deceided to actively work on the show. Since then I am a resident at the Show and have been able to collect my experiences and impressions in the radioworld.<br>Since October 2001 I host the show at radio LoRa (Zurich) every second Thursday from midnight to 6 a.m..<br><br>Listen to Galaxy Space Night! on 97,5 MHz or live on web <font color=\"#ff0000\"><a href=\"http://www.123galaxy.ch\" target=\"_blank\">http://www.123galaxy.ch</a></font>\r\n');
/*!40000 ALTER TABLE `biography` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Indizes der exportierten Tabellen
--
--
-- Indizes für die Tabelle `biography`
--
ALTER TABLE `biography`
ADD PRIMARY KEY (`index`);
--
-- AUTO_INCREMENT für exportierte Tabellen
--
--
-- AUTO_INCREMENT für Tabelle `biography`
--
ALTER TABLE `biography`
MODIFY `index` smallint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;