<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>500 Archive - I MAKE YOU INTELLIGENT</title>
	<atom:link href="https://www.imakeyouintelligent.com/tag/500/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.imakeyouintelligent.com/tag/500/</link>
	<description>Mach die Welt ein bisschen intelligenter</description>
	<lastBuildDate>Sat, 26 Nov 2022 19:04:15 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.imakeyouintelligent.com/wp-content/uploads/2018/01/cropped-square_v4-32x32.png</url>
	<title>500 Archive - I MAKE YOU INTELLIGENT</title>
	<link>https://www.imakeyouintelligent.com/tag/500/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Plesk Fehler beim Start MarianDB &#124; Bind on TCP/IP port. Got error: 22: Invalid argument</title>
		<link>https://www.imakeyouintelligent.com/plesk-fehler-beim-start-mariandb-bind-on-tcp-ip-port-got-error-22-invalid-argument/</link>
					<comments>https://www.imakeyouintelligent.com/plesk-fehler-beim-start-mariandb-bind-on-tcp-ip-port-got-error-22-invalid-argument/#comments</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Thu, 03 Nov 2022 19:52:27 +0000</pubDate>
				<category><![CDATA[Enterprise Solutions]]></category>
		<category><![CDATA[500]]></category>
		<category><![CDATA[bind-address]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DB]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[MariaDB]]></category>
		<category><![CDATA[my.cnf]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SQLSTATE]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238784</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/plesk-fehler-beim-start-mariandb-bind-on-tcp-ip-port-got-error-22-invalid-argument/">Plesk Fehler beim Start MarianDB | Bind on TCP/IP port. Got error: 22: Invalid argument</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Mich begrüßte ein Plesk-Server ganz unerwartet mit folgender Meldung nach Eingabe von #<span>service mariadb status</span></p>
<blockquote>
<p><strong>Unable to start MariaDB 10.6 on a Plesk server: Bind on TCP/IP port. Got error: 22: Invalid argument</strong></p>
<p><strong>service mariadb status</strong><br /><strong>&#8230;</strong><br /><strong>mariadbd[32685]: 2022-04-19 6:41:28 0 [ERROR] Can&#8217;t start server: Bind on TCP/IP port. Got error: 22: Invalid argument</strong><br /><strong>mariadbd[32685]: 2022-04-19 6:41:28 0 [ERROR] Do you already have another server running on port: 3306 ?</strong><br /><strong>mariadbd[32685]: 2022-04-19 6:41:28 0 [ERROR] Aborting</strong></p>
<p><strong>500 Plesk\Exception\Database</strong><br /><strong>DB query failed: SQLSTATE[HY000] [2002] No such file or directory</strong></p>
</blockquote>
<p>Der <a href="https://support.plesk.com/hc/en-us/articles/5180170766738-Unable-to-start-MariaDB-10-6-on-a-Plesk-server-Bind-on-TCP-IP-port-Got-error-22-Invalid-argument">Support-Artikel</a> von Plesk hat den richtigen Hinweis gegeben, leider nur mit falschen Pfaden, der korrekte Pfad lautet.<br />Daraus ergibt sich folgender Ablauf: </p>
<p>1. Verbindung via SSH mit dem betroffenen Plesk-Server herstellen.<br />2. Folgende Datei mit vi oder nano öffnen: /etc/mysql# &#8211;&gt; nano my.cnf<br />3. Die BindAdress muss von bind-address = ::ffff:127.0.0.1 in folgende geändert werden bind-address = 127.0.0.1<br />4.Die Datei speichern<br />5. Und einmal den Service durchstarten: service mariadb restart</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/plesk-fehler-beim-start-mariandb-bind-on-tcp-ip-port-got-error-22-invalid-argument/">Plesk Fehler beim Start MarianDB | Bind on TCP/IP port. Got error: 22: Invalid argument</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/plesk-fehler-beim-start-mariandb-bind-on-tcp-ip-port-got-error-22-invalid-argument/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
